home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 24 / AMIGAplus Sonderheft 24 (2000)(Falke)(DE)[!].iso / PublicDomain / Anwendungen / StarAm Plan / sapdoks.lha / sap / History < prev    next >
Text File  |  2000-03-04  |  22KB  |  366 lines

  1. Changes until version 2.03 are in »Geschichte« (german only)
  2.  
  3. ----------------------------------------------------------------------------
  4. 2.03b    03-Nov-1996
  5. ----------------------------------------------------------------------------
  6.        - serious bug fixed: Extras/Export/Range has overwrited the original
  7.          File, if xpk wasn't used :-(
  8.        - enforcer hit during saving the session while a graphics window is
  9.          open fixed
  10.        - bug in v2.03 fixed: If SimpleRefresh the worksheet wasn't printed
  11.          at start automatically. The command Define Worksheet (and reverse)
  12.          didn't refresh the worksheet.
  13.        - bug in v2.03 fixed: Extras/Export/Text didn't work because of the
  14.           new printing features :-(
  15.        - FPU exceptions are now disabled (because of runtimeerrors if FPU
  16.          exists -not 68040!- and I couldn't find them lacking a real FPU)
  17.        - bug fixed: regressionscurve will have wrong colour, if the values
  18.          are printed in the chart
  19.        - bug fixed: wrong display in window Pattern, after output the
  20.          settings new e.g. past selection of another chart)
  21.        - bug fixed: that noXY and lin./exp./pot. regression can't be at
  22.          same time are displayed in the gui now
  23.        - that axes aren't always marked completely because of rounding
  24.          errors should be fixed now
  25.        - bug in V2.x fixed: Enforcer-Hits, if at bottom/right worksheet
  26.          border complete row/column removed and in parts part of a range is.
  27.        - bug fixed: If complete row/column at bottom/right worksheet border
  28.          removed, undo didn't work.
  29.        - Enforcer-Hits, if a chart wasn't found by Worksheet/Open, fixed.
  30. ----------------------------------------------------------------------------
  31. 2.04     11-Jan-1997
  32. ----------------------------------------------------------------------------
  33.        - bug in V2.03 fixed: Iconify works again (enforcer-hits/guru/
  34.          "hanging" fixed)
  35.        - xy-charts: x-axis labels have same type (number, date, time, month,
  36.          weekday) as cells with x-values (e.g. monthnames instead of numbers
  37.          at x-axis). Format of cells with type date or time is partly used.
  38.        - no formfeed after last page of printout of sheet, if no footer is
  39.          printed
  40.        - setting for view: zero-values are not shown (ignored by celltype
  41.          text, date and time). Also cellformat to set this for each cell
  42.          (ignored only by celltype text).
  43.        - printout of chart can be aborted
  44.        - Worksheet/Open, Chart/Load (Chart-Manager) and gadget Load
  45.          (Worksheet-Manager): Multiselection (and loading) of files in 
  46.          filerequester.
  47.        - bug fixed: range was not set in gadget Range in window Create Series
  48.          after opening
  49.        - bug fixed: labeling of (real) 3d-charts now correct
  50.        - curvechart (and 3d-areachart): empty cells (celltype=text; value=0
  51.          AND value of cell is hidden in actual view) and/or cells of value zero
  52.          can be ignored: gadgets emty and zeros in Chart-Attributes
  53.        - regression: same as above, gadgets empty and zeros.
  54.        - new command Chart/Pattern, to load a chart as format-pattern for
  55.          the new chart which will be created with the selected ranges
  56.        - support of GadgetHelp (Intuition.library V39): there is a shorthelp
  57.          for the gadgets of the gadgetbar shown, if the mousepointer is over
  58.          one of the gadgets. Pressing help opens the (context sensitive and
  59.          asynchrone) online-help (with a longer helptext).
  60.        - »StarAm Plan.guide« reworked for AmigaGuide V39 (fontstyles, wordwrap)
  61.          and more links.
  62.        - bug fixed: frame around Chart was sometimes top and/or right thicker
  63.          than bottom and left
  64.        - bug in WNN()-function fixed: if function FLR() in first possibility
  65.          FLR was used independend of condition
  66.        - bug in parser of making uppercase, relocating and transpose fixed:
  67.          runtime-error if ERG("anything"#) was used (you had to use
  68.          ERG("anything"#"anything") instead)
  69.        - bug fixed: user-error-text become supplement after next output of
  70.          the value,e.g. in WNN(ZWN(%a#Formel)<>3.4#%a+ERG(#"DM")#FLR("Text"))
  71.        - bug in v2.x fixed: if supplement in front of number, after
  72.          recalculation wrong supplements
  73.        - bug in v2.03 fixed: if put formular with function ERG() in empty or
  74.          text-cell, the supplement wasn't shown before next recalculation of
  75.          cell
  76. ----------------------------------------------------------------------------
  77. 2.05     09-Mar-1997
  78. ----------------------------------------------------------------------------
  79.        - starting from shell, now (as usual) the path of arguments must be
  80.          relative to the current directory (previously program directory) or
  81.          (as in the past) absolute.
  82.        - if mouse pointer on iconbar, the window is no longer activated
  83.          (check of help key programmed new).
  84.        - bug avoided: strange bug in connection with XpkExamine(), TAG
  85.          xpkGetError and the entry type in structure XpkFib
  86.          (TAG xpkGetError removed).
  87.        - check of identity of worksheets more exactly yet
  88.        - error message if loading a project which contains a worksheet which
  89.          is part of another loaded project. Removing of the worksheet from
  90.          the project which is being loaded. So no more danger of a crash.
  91.        - short help of iconbar now localized
  92.        - bug fixed: Worksheet-Manager refreshed after changes in projects
  93.          using the Project-Definition window (Gadget »Open«)
  94.        - bug fixed: projects loaded by Extras/Project/Open weren't shown
  95.          correctly in the project list.
  96.        - more than one chart is allowed to be loaded by drag&drop onto the
  97.          Chart-Manager yet
  98.        - worksheets can be loaded by drag&drop onto the worksheet-manager yet.
  99.          They are loaded in addition to the already loaded worksheets.
  100.          A worksheet window isn't opened automatically in this case.
  101.        - bug fixed in links to other worksheets by name in formulas (\Name.):
  102.          If the name contains the special characters operators, brackets and #
  103.          then the name can be set between " (\"Name".). So no error will occur.
  104.        - links to other worksheets by name in formulas can contain a path now.
  105.          The name (incl. path) must then set between " (\"Path/Name".).
  106.          Then the worksheet is searched only in the memory and at the
  107.          specified place.
  108.        - Enforcer-Hit fixed: removing of a worksheet from a project
  109.          (Project Definition Window)
  110.        - crash, when icons not there, fixed
  111. ----------------------------------------------------------------------------
  112. 2.1      04-May-1997
  113. ----------------------------------------------------------------------------
  114.        - in character-window are two gadgets to enter/cancel input with 
  115.          mouse now
  116.        - contents of a cell can be centered over a range of cell (instead of
  117.          complete row), too. A range must then be marked. If no range marked
  118.          then complete row is used.
  119.        - bug fixed: the connect lines in bar-, stack- and proportional charts
  120.          should now always be correct
  121.        - enforcer hits fixed: open at start chart settings windows but chart
  122.          wasn't there anymore
  123.        - bug fixed: horiz. bar-, stack- and prop.charts were damaged (numbers
  124.          at axes and if no grid/subgrid)
  125.        - text series (a special form of arithmetic series) implemented.
  126.          The possible text series can be defined by the user.
  127.        - small bug fixed: bar chart with 3d effect and positve AND negativ 
  128.          values
  129.        - drawing the charts the resolution and aspect ratio are taken into
  130.          account completely: length of lines (ticks and subticks, some symbols
  131.          with previously constant size) thickness of lines (all lines drawn
  132.          with Draw and DrawEllipse), text height, text width (using FontTags
  133.          of DiskFont.library v37/39).
  134.        - the size of elements in the chart now optional depends on the
  135.          horizontal resolution (as until now) or the